ExportClient Object

The ExportClient object is the main interface for exporting CygNet data via script. Declare the object using the following code:

CreateObject("CxExport.ExportClient")

Each method in this document will assume you have declared the ExportClient object using the following code:

Dim ExportClient

Set ExportClient = CreateObject("CxExport.ExportClient")


More: